home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 651 b | 25 lines | [TEXT/MPS ] |
- // FloatWindow.r
- // Copyright © 1985-96 by Apple Computer, Inc. All rights reserved.
-
- // MacApp™ resource type definitions for float window.
- // See DemoDialogs.r for an example of how to use this file.
-
- #ifndef __FLOATWINDOW_R__
- #define __FLOATWINDOW_R__
-
- #ifndef __FLOATWINDOW__
- #include "FloatWindow.h"
- #endif
-
- #ifdef REZ
- #if !qNeedsSystem7_5
- #if defined(MW_Rez)
- include "System 7.5 FloatWindow.rsrc" not 'ckid'; // suck in the 'WDEF' resource
- #else
- include $$Shell("MAFramework")"Sources:System 7.5 FloatWindow.rsrc" not 'ckid'; // suck in the 'WDEF' resource
- #endif // MW_Rez
- #endif // !qNeedsSystem7_5
- #endif // REZ
-
- #endif // __FLOATWINDOW_R__
-